home *** CD-ROM | disk | FTP | other *** search
/ NET Pages / NET Pages.iso / catalog.exe / catalog.DXR / 00125.ls < prev    next >
Encoding:
Text File  |  1995-05-10  |  215 b   |  15 lines

  1. on enterFrame
  2.   global MusicState
  3.   if MusicState = 1 then
  4.     if not soundBusy(1) then
  5.       sound playFile 1, "videos\bgmusic.wav"
  6.     end if
  7.   else
  8.     sound stop 1
  9.   end if
  10. end
  11.  
  12. on exitFrame
  13.   go(the frame)
  14. end
  15.